/*goods页面独立样式*/

a:hover {
	color: #FF9900;
}
/*main 主体---start*/
#main {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.i-l-button a.release-information-btn {
	margin-left: 50px;
	width: 100px;
}

/* 搜索框左边首页logo */
.st-search .st-search-logo {
	float: left;
	width: 270px;
	padding-top: 15px;
}
.text-logo {
    font-size: 18px;
    color: #333;
    border-left: 2px solid #ccc;
    padding: 3px 0 3px 10px;
    margin: 7px 0 0 20px;
}

/*商品信息及图片*/

.goods-img-list {
	position: relative;
    margin-top: 10px;
    width:740px;
    height:220px;
}

.goods-img-list a {
	cursor: pointer;
	margin-top: 88px;
	width: 25px;
	height: 44px;
}

.pre {
	background: url("../imgs/pre.png") no-repeat 6px 14px;
	background-color: #E4E4E4;
}

.next {
	background: url("../imgs/next.png") no-repeat 8px 14px;
	background-color: #E4E4E4;
}

.pre:hover,
.next:hover {
	background-color: #858585;
}

.goods-img-list-content{
    position: relative;
    width:680px;
    height:220px;
}
.goods-img-list ul{
    position: absolute;
    top:0;
    left:0;
    width:3000px;

}
.goods-img-list ul li{
    float: left;
    margin-left: 10px;
    width:160px;
    height:220px;
    background: #fff;
}
.goods-img-list dd{
    padding:4px 5px 0 5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.goods-img-list dd a:hover {
	color: #ff3333;
	text-decoration: underline;
}

.goods-price {
	text-align: center;
	font-weight: bolder;
	color: #f10214;
}


/*热门信息*/

.hot-msg {
	margin-bottom: 15px;
	height: 205px;
	border-top: 2px solid #ccc;
	background: #fff;
}

.hot-msg>h2 {
	margin-top: -2px;
	padding: 10px 100px 10px 10px;
	width: 72px;
	border-top: 2px solid #FF6B07;
	clear: both;
}

.msg-list {
	margin: 0 0 10px 10px;
	width: 390px;
}

.msg-list-title {
	position: relative;
	width: 40px;
	height: 66px;
}

.msg-list-title h2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 36px;
	height: 50px;
	font-size: 16px;
}

.msg-list-title h2.short-title {
	height: 25px;
}

.msg-list-detail {
	margin-left: 10px;
}

.msg-list-detail li {
	float: left;
	margin: 2px 5px;
}

.first-li a {
	color: #FFA115;
}


/*商品楼层*/

.goods-floor-header {
	border-bottom: 1px solid #FF9900;
	line-height: 30px;
}

.floor-number {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	background: #FF9900;
}

.goods-floor-header h2 {
	float: left;
	margin-left: 10px;
	font-weight: normal;
	color: #111;
}

.goods-floor-header li {
	float: left;
	text-align: right;
	overflow: hidden;
	padding-left: 15px;
}

.goods-floor-header li a {
	padding-left: 15px;
	font-size: 14px;
}

.goods-floor-header li span {
	float: left;
	margin-top: 9px;
	height: 13px;
	border-left: 1px solid #777;
}

.goods-floor-content {
	margin-bottom: 20px;
}

.goods-classify {
	width: 240px;
	border: 1px solid #eee;
}

.goods-classify-list {
	padding: 30px 0;
	height: 148px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
}

.goods-classify-list li {
	margin: 5px 0 0 10px;
	width: 70px;
}

.goods-detail-container {
	width: 958px;
	border-top: 1px solid #eee;
}

.goods-detail {
	float: left;
	width: 238.5px;
	padding-top: 20px;
	height: 270px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.goods-detail dl {
	margin: 0 auto;
	width: 200px;
}

.goods-detail dl dd {
	margin-top: 8px;
	height: 36px;
}

.goods-detail dl dd a:hover {
	color: #ff3333;
	text-decoration: underline;
}


/*main主体--end*/

.goods-floor {
	width: 100%;
}

.goods-img-box {
	width: 680px;
	height: 220px;
	overflow: hidden;
}

.goods-img-box-item {
	width: 5000px;
}

.goods-img-box-item li dl dd {
	height: 36px;
}
